| Previous | Chapter contents | Chapter top | Section top | Next |
The imagingMode parameter of the QTVRGetImagingProperty function (link) , the QTVRSetImagingProperty function (link) , and several other functions specifies an imaging mode. These constants define the available imaging modes:
typedef enum QTVRImagingMode {
kQTVRCurrentMode = 0,
kQTVRStatic = 1,
kQTVRMotion = 2,
kQTVRAllModes = 100
} QTVRImagingMode;
| Previous | Chapter contents | Chapter top | Section top | Next |